home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Newsletters / GEnieUnixNews / unxnl-02.90 < prev    next >
Text File  |  1992-12-27  |  10KB  |  232 lines

  1.  
  2.           _ __  _   _ __ _ __
  3.          // /  //| // || \\|     N E W S
  4.         // /  // |//  ||  |\\    Vol 1, Issue 3  February 1990
  5.          R o u n d T a b l e
  6.  
  7.    Items of interest to participants of the GEnie Unix RoundTable
  8.  
  9.       The RoundTable SysOps are:
  10.       Dave Weinstein......OLORIN     Gary Smith..........GARS
  11.       Christopher Cilley..CC         Randy Suess.........CHINET
  12.       Rick Mobley.........LRARK    All Unix SysOps.....UNIXSYSOPS$
  13.    We strongly encourage you to contact any or all of us if you have -ANY-
  14.  comments or suggestions. This is -YOUR- RoundTable. We are here to make
  15.  your participation as pleasant and beneficial as possible.
  16.  
  17.  ED  editor notes
  18.  --
  19.    There have been several requests for back-issues of this newsletter.
  20.  Beginning today, the last month's Unix RT Newsletter will be posted to
  21.  the library when the new one is sent to subscribers. This way newcomers
  22.  to the GEnie Unix RoundTable will have full access to previous issues,
  23.  yet only subscribers will receive the most current issue. 
  24.  
  25.    Though it will tend to load up a library that tends toward garbage 
  26.  collection anyway, I will be posting past issues (and past issues only)
  27.  in library 1, General Information. The naming convention will be as follows:
  28.    UNXNL-MM.YY where MM = month and YY = year
  29.  
  30.  To make suggestions for this newsletter or note items you would like to see,
  31.  but don't - or if you would like to contribute with a short note, article or
  32.  column (1-2 paragraphs) send e-mail to GARS. There is a genuine need for RT
  33.  user participation in this newsletter. Think about it. Don't you have some
  34.  comment you have to make or script you just really like to use ? 
  35.  
  36.  The Unix RT newsletter is a 'once-a-month' quick drill, so suitable input
  37.  would include (but not restricted to) the following:
  38.   - reviews..
  39.      software, both commercial and the p.d. goodies posted in the library
  40.      hardware, ANY that nixen might need insight on
  41.   - what I call down and dirty. quick scripts that do something
  42.   - hip-shots. what do you like/dislike (keep it unix oriented)
  43.  
  44.       Thanks, Gary   glsrk!gars
  45.  
  46.  REMINDER - This newsletter is being sent to you 'by request'. If you do
  47.  not wish to keep receiving it, e-mail a stop notice to GARS. On the other
  48.  hand, we would very much appreciate it if you would pass the word that we
  49.  do distribute this item near the tenth (10th) of each month to anyone on
  50.  GEnie who requests it, and will gladly add any name that is requested via
  51.  the same route - email to GARS.
  52.         
  53.  FAST and NASTY, DOWN and DIRTY  quick fix scripts that do something
  54.  ------------------------------ 
  55.  Send me your little scripts that do neat things. We all use them, now
  56.  share them This newsletter is the perfect vehicle for that. e-mail them
  57.  to GARS. I will include one or two in each newsletter and eventually
  58.  edit them into one library of goodies (with credit, of course)
  59.  
  60.  This month's Down and Dirty is not as short and sweet as I would like for
  61.  this feature, but it's really too brief to warrant library inclusion and
  62.  too good to waste, especially if you forget holidays. It is the product of
  63.  Steve Owens and off the net. [When GEnie Unix RT users start contributing
  64.  I'll use homegrown. Till then you gets what I finds :-)]
  65.  
  66.        Now that the holidays are over, and people are starting to look
  67.  forward to next Christmas, I thought the following little shell script might
  68.  come in handy.
  69.  
  70.  #! /bin/sh
  71.  # This file was wrapped with "dummyshar".  "sh" this file to extract.
  72.  # Contents:  christmas.sh
  73.  echo extracting 'christmas.sh'
  74.  if test -f 'christmas.sh' -a -z "$1"; then echo Not overwriting 'christmas.sh'; else
  75.  sed 's/^X//' << \EOF > 'christmas.sh'
  76.  Xnow=`date '+%j'`       # Time from New Years to now.
  77.  Xnow=`expr $now + 6`    # Add six days between Christmas and New Years.
  78.  Xif [ $now -gt 366 ]
  79.  Xthen
  80.  X     now=`expr $now - 366` # After Christmas, adjust until New Years.
  81.  Xfi
  82.  Xecho "\nOnly `expr 366 - $now` days until Christmas!\n"
  83.  EOF
  84.  chars=`wc -c < 'christmas.sh'`
  85.  if test $chars !=      265; then echo 'christmas.sh' is $chars characters, should be
  86.        265 characters!; fi
  87.  fi
  88.  exit 0
  89.  
  90.          These lines added into your .profile, .login, etc, can keep you 
  91.  informed as to how many more days you have to shop before next Christmas 
  92.  rolls around, just like the big department stores do!
  93.  
  94.          I tested this under sh(1) and it ran ok, so there shouldn't be
  95.  too many problems.  Feel free to embelish as you need to get the point 
  96.  across!
  97.  
  98.          Why wait until next fall.  Start now!
  99.          
  100.          Remind yourself!  Remind your friends!          |-)
  101.  
  102.          Have fun.
  103.  
  104.    Steve Owens @ Micropen, Inc.
  105.  
  106. Tip for smart mailers and HDB admin crontab scripts
  107. ---------------------------------------------------
  108.  Here's a tip you may find useful if you're running HDB and a smart mailer
  109.  (such as smail).  In the scripts: From Thad Floryan
  110.  
  111.         /usr/lib/uucp/uudemon.admin, and
  112.         /usr/lib/uucp/uudemon.cleanu
  113.  
  114.  which are run from crontab, you'll notice lines like:
  115.  
  116.         (echo "Subject: uu-status"; cat $TMP) | mail $MAILTO
  117.  
  118.  If you append a "\n" to the echo string, forcing a blank line between the
  119.  "Subject:" and the mail body text, your mail headers won't get munged and
  120.  the mail text will appear in the proper place.  For example:
  121.  
  122.          (echo "Subject: uu-status\n"; cat $TMP) | mail $MAILTO
  123.                                   ^^
  124.                                add this
  125.  
  126.  Some of the items in uudemon.cleanu are multi-line like the following:
  127.  
  128.          (echo "Subject: uudemon.cleanup: HELP! PANIC! FIRE!\n"
  129.           echo "$LOGDIR/$i not directory! - remaking") | mail $MAILTO
  130.  
  131.          (echo "Subject: uudemon.cleanup\n"
  132.          echo "unable to chdir to $LOGDIR/$i") | mail $MAILTO
  133.  
  134.  So be sure you find and edit them all.
  135.  
  136.   
  137.  EVENTS  events worth noting
  138.  ------
  139.  
  140.   ACTIVITY SCHEDULE
  141.   .................
  142.  
  143.           RealTime Conferences: Tuesdays at 9:30 EST 
  144.  
  145.  Guest Conference  schedule :          
  146.  ===== ==========  --------            
  147.  
  148.         Tuesday, February 20th
  149.  
  150.  Richard M. Stallman will be joining us to discuss the Free Software
  151.  Foundation and the GNU project.
  152.  
  153.          - - - - - - - - - - -    
  154.     Two reminders:
  155.        -  non-Prime time uploads are free !
  156.        -  Unix RT SysOps are not contest participants
  157.   
  158. UPLOAD CONTEST : Our first winner is Erik Ohrnberger !
  159. --------------
  160.  
  161.  From:   OLORIN                          David H. Weinstein
  162.  To:     E.OHRNBERGER                    Erik Ch. Ohrnberger
  163.  
  164.  Sub: Upload Contest Winner
  165.  
  166.  Congratulations on being the winner of the first Unix RoundTable
  167.  upload contest. For the first day of February, any time you spend in
  168.  the Unix RoundTable (and only in the Unix RoundTable -- other areas
  169.  will still charge) will be free.
  170.    
  171.  Feel like some free time like Erik got ? Start posting those files.
  172.  We count the bytes posted. Unix RT SysOps don't participate, duplicates
  173.  in a different format gets thanks but no byte points.
  174.  
  175. Sub: Most bytes transferred
  176.  
  177. Gary, here are the top 3 uploaders for the period 12/15/89 - 01/15/90.
  178.  
  179.    90 UEERRORS.ZOO          X E.OHRNBERGER 891220   32760      6   4 891229
  180.    91 PCOMM.ZOO             X E.OHRNBERGER 891222  154980     12   1 900111
  181.    92 SPELL.ZOO             X E.OHRNBERGER 891222  175140      8   1 900107
  182.    93 ZOO.ARC               X E.OHRNBERGER 891222  153720     20   1 900113
  183.   100 COOKIE.ZOO            X E.OHRNBERGER 891224   74340      6  20 900112
  184.   101 MSDOSRDR.ZOO          X E.OHRNBERGER 891224   46620      8   1 900106
  185.   102 SC61.ZOO              X E.OHRNBERGER 891224  136080      7  19 900114
  186.   103 VTREE.ZOO             X E.OHRNBERGER 891224   18900     12   1 900112
  187.   104 XCOMM2.ZOO            X E.OHRNBERGER 891224   51660     16  16 900109
  188.   119 NOBS2.ZOO             X E.OHRNBERGER 891227   17640      3  20 900108
  189.   185 SPACEWAR.ZOO          X E.OHRNBERGER 900111  146160      8  20 900114
  190.                                                   1008000
  191.  
  192.   109 PERL1.ARC             X A.SCHWARTZ   891225  350280      4   8 900112
  193.   110 PERL2.ARC             X A.SCHWARTZ   891225  346500      2   8 891231
  194.                                                    696780
  195.  
  196.   107 GNUSITE               7 K.SMITH10    891224   20160     20   1 900114
  197.   108 MANIFSTO.GNU          7 K.SMITH10    891224   26460     11   1 900112
  198.   142 PERL3.TAR.Z           X K.SMITH10    891230  496440      2   8 900112
  199.   160 ROFF.ARC              X K.SMITH10    891231   30240      8   3 900110
  200.   161 MAN.SRC               X K.SMITH10    891231   45360     18  21 900111
  201.                                                    618660
  202.   rick@lrark.UUCP
  203.  
  204.  Rules on duplicates:
  205.   ie: The same file with different format. Case in point ...
  206.       Compress is now posted in a couple of formats, including
  207.       .zoo and .shar
  208.   
  209.   They can stay, so long as they are not in the same format. They
  210.   do not count as files for the upload contest, though (this is to
  211.   prevent 3 million versions of Elm).
  212.  
  213.  Sub: Leading file accesses
  214.  
  215.   Here are the top files by access for the period ending 01/15/90.
  216.  
  217.    66 UUPCREAD.ME           X ANDY         891130    7560     64  15 900113
  218.    68 INTERNET.ARC          X J.JIMENEZ    891202   32760     53   1 900114
  219.    67 UUPC-IBM.ARC          X ANDY         891130  137340     51   5 900113
  220.  
  221. rick@lrark.UUCP
  222.  
  223.  (EOF)
  224.      
  225.  Trademark and Copyright notices
  226.  Unix is a trademark of AT&T, GEnie, LiveWire, and RoundTable are trademarks
  227.  of General Electric Information Services  Company,  Xenix is a  trademark  of
  228.  Microsoft  Corporation.The contents of this newsletter are copyright (c) 1990
  229.  and may be copied whole or in part only if  original  credit is included. The
  230.  GEnie UNIX RoundTable is not affiliated with AT&T.
  231. ay be copied whole or in part only if  original  credit is included. The
  232.  GEnie UNIX RoundTable is not a